inv — Matrix Inverse
inv
computes the inverse of the argument matrix. The argument must be square and non-singular. If you specify a scalar argument, this is treated as a 1
x
1 matrix, and the reciprocal of the argument is returned.
Subsections
Example